home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re Persistent Floating Windo.1 < prev    next >
Encoding:
Internet Message Format  |  1996-07-03  |  1.1 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Persistent Floating Windows
  2. Sent:        7/3/96 5:30 AM
  3. Received:    7/3/96 12:39 PM
  4. From:        Keith Mortensen, morty@scruznet.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >I've been thinking about this, and it seems that you have a floating 
  9. >window which you don't want to act like a normal floating tool window.  
  10. >It would seem that you could create an ODF FW_CWindow object, and pass 
  11. >in, for the style parameter, that it's a floating window 
  12. >(FW_kFloatingWindow).
  13. >
  14. >This should create a window that can be persistent (if you pass in TRUE 
  15. >for the persistent parameter) and is floating.  Also, since it's not 
  16. >based on FW_CFloatingWindow, it won't try to be shared by multiple 
  17. >instances of your part and it won't be automatically hidden when your 
  18. >part is deactivated.
  19. >
  20. >You could then provide some extension mechanism for sharing the palette 
  21. >between parts in the document if you wanted to.
  22. >
  23. >I don't know if this meets your needs, but it's another possiblility.
  24.  
  25. That did the trick.  Thank you!
  26.